[INFO] cloning repository https://github.com/dandn9/aoc2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dandn9/aoc2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdandn9%2Faoc2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdandn9%2Faoc2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3735c83712b249d1d1ea897e59e4f837dcfa2b95
[INFO] fixing dandn9/aoc2025 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdandn9%2Faoc2025" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dandn9/aoc2025
[INFO] finished tweaking git repo https://github.com/dandn9/aoc2025
[INFO] tweaked toml for git repo https://github.com/dandn9/aoc2025 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dandn9/aoc2025 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dandn9/aoc2025 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b72e04457cf85f0ab1269600b017fc89ffa49f84f928328e23cee856a0066547
[INFO] running `Command { std: "docker" "start" "b72e04457cf85f0ab1269600b017fc89ffa49f84f928328e23cee856a0066547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b72e04457cf85f0ab1269600b017fc89ffa49f84f928328e23cee856a0066547" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b72e04457cf85f0ab1269600b017fc89ffa49f84f928328e23cee856a0066547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b72e04457cf85f0ab1269600b017fc89ffa49f84f928328e23cee856a0066547" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking aoc2025 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `day10`
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod day10;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day10`, create file "src/day10.rs" or "src/day10/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day10` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/day1/mod.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/day11/mod.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/day2/mod.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/day3/mod.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/day4/mod.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashSet`
[INFO] [stdout]  --> src/day5/mod.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, ops::RangeBounds};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/day5/mod.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/day6/mod.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hash::Hash`
[INFO] [stdout]  --> src/day7/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     hash::Hash,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/day7/mod.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> src/day8/mod.rs:2:40
[INFO] [stdout]   |
[INFO] [stdout] 2 |     collections::{BinaryHeap, HashMap, HashSet},
[INFO] [stdout]   |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/day8/mod.rs:271:9
[INFO] [stdout]     |
[INFO] [stdout] 271 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BTreeMap`
[INFO] [stdout]  --> src/day9/mod.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 |     collections::{BTreeMap, HashMap},
[INFO] [stdout]   |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/day9/mod.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day10`
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod day10;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day10`, create file "src/day10.rs" or "src/day10/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day10` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day1/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day1/mod.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day1/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day1/mod.rs:49:20
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day1/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day1/mod.rs:55:20
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day1/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day1/mod.rs:58:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day11/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day11/mod.rs:72:20
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day11/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day11/mod.rs:75:20
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day11/sample2.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day11/mod.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let file = include_str!("sample2.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day11/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day11/mod.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day2/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day2/mod.rs:48:20
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day2/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day2/mod.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day2/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day2/mod.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day2/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day2/mod.rs:60:20
[INFO] [stdout]    |
[INFO] [stdout] 60 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day3/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day3/mod.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day3/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day3/mod.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day3/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day3/mod.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day3/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day3/mod.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day4/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day4/mod.rs:95:20
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day4/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day4/mod.rs:98:20
[INFO] [stdout]    |
[INFO] [stdout] 98 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day4/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day4/mod.rs:105:20
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let file = include_str!("sample.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day4/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day4/mod.rs:108:20
[INFO] [stdout]     |
[INFO] [stdout] 108 |         let file = include_str!("input.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day5/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day5/mod.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day5/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day5/mod.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day5/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day5/mod.rs:72:20
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day5/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day5/mod.rs:75:20
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day6/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day6/mod.rs:72:20
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day6/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day6/mod.rs:75:20
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day6/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day6/mod.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let file = include_str!("sample.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day6/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day6/mod.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let file = include_str!("input.txt");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day7/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day7/mod.rs:101:20
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let file = include_str!("sample.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day7/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day7/mod.rs:104:20
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let file = include_str!("input.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day7/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day7/mod.rs:110:20
[INFO] [stdout]     |
[INFO] [stdout] 110 |         let file = include_str!("sample.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day7/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day7/mod.rs:113:20
[INFO] [stdout]     |
[INFO] [stdout] 113 |         let file = include_str!("input.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day8/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day8/mod.rs:275:20
[INFO] [stdout]     |
[INFO] [stdout] 275 |         let file = include_str!("sample.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day8/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day8/mod.rs:278:20
[INFO] [stdout]     |
[INFO] [stdout] 278 |         let file = include_str!("input.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day8/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day8/mod.rs:285:20
[INFO] [stdout]     |
[INFO] [stdout] 285 |         let file = include_str!("sample.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day8/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day8/mod.rs:288:20
[INFO] [stdout]     |
[INFO] [stdout] 288 |         let file = include_str!("input.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day9/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day9/mod.rs:150:20
[INFO] [stdout]     |
[INFO] [stdout] 150 |         let file = include_str!("sample.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day9/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day9/mod.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 153 |         let file = include_str!("input.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day9/sample.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day9/mod.rs:159:20
[INFO] [stdout]     |
[INFO] [stdout] 159 |         let file = include_str!("sample.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/day9/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day9/mod.rs:162:20
[INFO] [stdout]     |
[INFO] [stdout] 162 |         let file = include_str!("input.txt");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashSet`
[INFO] [stdout]  --> src/day5/mod.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, ops::RangeBounds};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hash::Hash`
[INFO] [stdout]  --> src/day7/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     hash::Hash,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> src/day8/mod.rs:2:40
[INFO] [stdout]   |
[INFO] [stdout] 2 |     collections::{BinaryHeap, HashMap, HashSet},
[INFO] [stdout]   |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BTreeMap`
[INFO] [stdout]  --> src/day9/mod.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 |     collections::{BTreeMap, HashMap},
[INFO] [stdout]   |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ops::RangeBounds`
[INFO] [stdout]  --> src/day5/mod.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, ops::RangeBounds};
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple ranges are one apart
[INFO] [stdout]   --> src/day1/mod.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 (..0, r) if r > acc.0 && acc.0 != 0 => 1,
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this range doesn't match `0_i32` because `..` is an exclusive range
[INFO] [stdout]    |                  help: use an inclusive range instead: `..=0_i32`
[INFO] [stdout] 32 |                 (1.., r) if r < acc.0 && acc.0 != 0 => 1,
[INFO] [stdout]    |                  --- this could appear to continue range `..0_i32`, but `0_i32` isn't matched by either of them
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_contiguous_range_endpoints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ops::RangeBounds`
[INFO] [stdout]  --> src/day5/mod.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, ops::RangeBounds};
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple ranges are one apart
[INFO] [stdout]   --> src/day1/mod.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 (..0, r) if r > acc.0 && acc.0 != 0 => 1,
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this range doesn't match `0_i32` because `..` is an exclusive range
[INFO] [stdout]    |                  help: use an inclusive range instead: `..=0_i32`
[INFO] [stdout] 32 |                 (1.., r) if r < acc.0 && acc.0 != 0 => 1,
[INFO] [stdout]    |                  --- this could appear to continue range `..0_i32`, but `0_i32` isn't matched by either of them
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_contiguous_range_endpoints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (lib) due to 1 previous error; 16 warnings emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (lib test) due to 41 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b72e04457cf85f0ab1269600b017fc89ffa49f84f928328e23cee856a0066547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b72e04457cf85f0ab1269600b017fc89ffa49f84f928328e23cee856a0066547", kill_on_drop: false }`
[INFO] [stdout] b72e04457cf85f0ab1269600b017fc89ffa49f84f928328e23cee856a0066547
